home *** CD-ROM | disk | FTP | other *** search
- object ErrorDialogForm: TErrorDialogForm
- Left = 259
- Top = 115
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 186
- ClientWidth = 321
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object OKBtn: TBitBtn
- Left = 40
- Top = 154
- Width = 77
- Height = 27
- Caption = 'Retry'
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 124
- Top = 154
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 208
- Top = 154
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Memo1: TMemo
- Left = 2
- Top = 2
- Width = 317
- Height = 149
- Lines.Strings = (
- 'Memo1')
- TabOrder = 3
- end
- end
-